func math.shrcompress
3 uses
math (current package)
fma.go#L43: func shrcompress(u1, u2 uint64, n uint) (r1, r2 uint64) {
fma.go#L141: zm1, zm2 = shrcompress(zm1, zm2, uint(pe-ze))
fma.go#L150: pm1, m = shrcompress(pm1, pm2, uint(64+pm1>>63))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |